Release 10.1A: OpenEdge Data Management:
SQL Development
COMMIT statement
You can complete a transaction in an application by using the
COMMITstatement. When aCOMMITstatement is executed, all the changes made to the database by the transaction are made permanent.Depending on the isolation level of the transaction, changes made by one transaction might not be visible to other transactions before the transaction is committed. OpenEdge SQL’s default behavior is to make database changes visible only after the transaction has been committed.
The
COMMITstatement uses the following syntax:Syntax
The following example shows a
COMMITstatement:
Note: The
COMMITstatement does not affect the contents of the host variables or the flow of control in the program.For more on the
COMMITstatement, see OpenEdge Data Management: SQL Reference .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |